home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d14 / cxlxplod.arc / WXINFO.C < prev    next >
Text File  |  1989-06-11  |  306b  |  15 lines

  1. /* WXINFO.C  - contains the exploding window information record */
  2.  
  3. #include "cxldef.h"
  4. #include "cxlwin.h"
  5. #include "cxlxwin.h"
  6.  
  7. struct _wxinfo_t _Near _Cdecl _wxinfo=
  8. {
  9.     NULL,       /* pointer to active exploding window */
  10.     0,          /* total # of xploding windows        */
  11. };
  12.  
  13.  
  14.  
  15.